home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem (c) R&D Associates 1994.
- rem All Rights Reserved.
- rem
- rem This builds the Borland C++ 4 library. NOTE: it assumes that the compiler
- rem was installed to the default directory BC4, and that CLINT was
- rem installed to CLINT.
- rem
- copy cbcpp4.cln \bc4\include
- cd \bc4\include
- clint cbcpp4 -L cbcpp4 -x -w0
- del cbcpp4.cln
- copy cbcpp4 \clint
- del cbcpp4
-